ComponentOne ASP.NET MVC Controls
OnClientRefreshing Method

C1.Web.Mvc.Fluent Namespace > ControlBuilder<TControl,TBuilder> Class : OnClientRefreshing Method
The value.
Configurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents.
Syntax
'Declaration
 
Public Function OnClientRefreshing( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientRefreshing( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ControlBuilder<TControl,TBuilder> Class
ControlBuilder<TControl,TBuilder> Members